home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Yellows - Privacy (Deluxe)
/
Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso
/
mono
/
cloth.dxr
/
00017.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-07-06
|
285 b
|
16 lines
on exitFrame
global mode
if rollOver(24) then
go(the frame)
else
if rollOver(20) or rollOver(21) then
go(the frame - 2)
else
puppetSprite(24, 0)
puppetSprite(25, 0)
go("start")
set the keyDownScript to "checkkey"
end if
end if
end